max length | sentence |
---|---|
12 | アンドロイドアプリダウンロードサイトandroidappli. |
6 | FILSON「レイルロードマンズコート」 |
5 | メールアドレス: パスワード: |
5 |  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ 「ロリポップ! |
5 | Operaウィジェット「Google Translator」 |
5 | ギャラリー: "PlayStation Phone" prototype? |
5 | スクリプトプログラム select-emailaddress. |
5 | ツイッター・パーフェクトガイド Twitter Perfect Guide. |
4 | セイコー ブライツ フェニックス『エターナル グリーン』 |
4 | レンタルサーバー 「ロリポップ! |
4 | ギャラリー: Acer Iconia dual-screen notebook / tablet (press pics) ギャラリー: Acer Iconia dual-screen notebook / tablet (announcement) Tags: acer, acer iconia, AcerIconia, inocia, tablet First time? |
4 | Filed under: ポータブルプレーヤ Tags: actrail, actraiser, elecom, iPod shuffle, IpodShuffle First time? |
4 | ウェブキャットプラス(http://webcatplus. |
4 | サイボウズLive Developer Center https://developer. |
4 | MSDN Flashニュースレター http://msdn. |
4 | Parted Magicダウンロード http://sourceforge. |
4 | URBANO MOND(エスプレッソブラウン) |
4 | 株式会社エムティーアイ 『music. |
4 | 株式会社ザイクス ソフトバンクモバイル Yahoo! |
3 | AKARIプロジェクトページ http://sourceforge. |
3 | Alango Technologiesについて Alango Technologies Ltd. |
3 | アプリ「インセプション」 Attic Arcade inc. |
3 | ギャラリー: Barnes & Noble Nook Color (press photos) Tags: android, barnes and noble, BarnesAndNoble, nook, nook color, NookColor First time? |
3 | EMCジャパン メールセキュリティSaaS『Mail Luck! |
3 | Filed under: デジタルカメラ Tags: ces, ces 2011, Ces2011, polaroid First time? |
3 | トートバッグ for "save the chidren" |
3 | Ghostscriptプロジェクトページ http://ghostscript. |
3 | GOD EATER BURST(ゴッドイーター バースト) |
3 | ギャラリー: Google Maps for Mobile vector rendering Tags: android, google, google maps, GoogleMaps First time? |
3 | ダウンロードページ:http://point. |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II